home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
orbitballs10-blank.swf
/
scripts
/
DefineButton2_65
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-02
|
276 b
|
14 lines
on(release){
desturl = "http://www.high-scores.eu/high-scores-eternity-flash-orbit-13.html";
if(_root.blank == 1)
{
getURL(desturl,"_blank");
}
else
{
getURL(desturl,"");
_root.go_url = 1;
_root.go_url2 = desturl;
}
}